home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / UT_SYSTM / OS9MAX.ZIP / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-11-17  |  2.3 KB  |  55 lines

  1. @echo off
  2.   echo  ╔════════════════════════════════════════════════════════════════════════════╗
  3.   echo  ║                                                                            ║
  4.   echo  ║                                    OS9MAX                                  ║
  5.   echo  ║                     READ/WRITE/FORMAT/DUPLICATE/TRANSFER                   ║
  6.   echo  ║                           OS-9 MEDIA ON MS-DOS PC                          ║
  7.   echo  ║                                                                            ║
  8.   echo  ║            ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╢
  9.   echo  ║            ├─┼─┼ A PRODUCT OF DTR DATENTECHNIK REISCHKE KIEL ┼─┼─┼─┼─┼─┼─┼─╢
  10.   echo  ║            ├─┼─┼─┼─┼─┼ BREMER STRASSE 2, D-24118 KIEL ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
  11.   echo  ║            ├─┼─┼─┼─┼─┼ 24h-FAX-HOTLINE ++49-431-86511 ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
  12.   echo  ║            ├─┼─┼─┼─┼─┼─┼─┼─ WE SUPPLY OS-9 SOFTWARE ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
  13.   echo  ║            ├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
  14.   echo  ╚════════════╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╝
  15.   echo  Please use this file as a guide for custom installation
  16.   echo.
  17.   echo  Installing the OS9MAX PACKAGE to 'C:\OS9MAX'         Press any key to start...
  18.   pause >nul
  19.  
  20.   echo.
  21.   echo STARTING INSTALLATION
  22.   if not exist c:\os9max\nul md c:\os9max
  23.   xcopy *.* c:\os9max /s/v
  24.  
  25.   echo.
  26.   echo CHANGING DIRECTORY
  27.   c:
  28.   cd \os9max
  29.   dir
  30.   echo.
  31.   echo INSTALLATION COMPLETED
  32.   echo.
  33.   echo There are the below listed OS9MAX PACKAGES available
  34.   echo.
  35.   echo 1. OS9MAX manages OS-9 double and high density diskettes
  36.   echo 2. OS9MAXSD manages OS-9 single density diskettes
  37.   echo 3. OS9MAXMC manages OS-9 pcmcia memory cards
  38.   echo 4. OS9MAXIM manages OS-9 media image files (raw copy of media to file)
  39.   echo 5. OS9MAXHD manages OS-9 hard disks
  40.   echo.
  41.   ECHO EXAMPLE HOW TO START OS9MAX AT THE MS-DOS PROMPT
  42.   echo.
  43.   echo "os9max b: auto"            (os9max)
  44.   echo "os9max b: 3803"            (os9maxsd)
  45.   echo "os9max z:"                 (os9maxhd)
  46.   echo "os9max scsidisk.img"       (os9fil)
  47.   echo.
  48.   ECHO QUICK START:
  49.   echo.
  50.   echo then type "$ diro" to display the directory of the os-9 media
  51.   echo or use the command "$ copy a:*.* e:" to copy all os-9 file to
  52.   echo dos drive e:.
  53.   echo.
  54.  
  55.